2 ==============================================================================
4 This is an automatically generated file created by the Jucer!
6 Creation date: %%creationTime%%
8 Be careful when adding custom code to these files, as only the code within
9 the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
14 ------------------------------------------------------------------------------
16 The Jucer is part of the JUCE library - "Jules' Utility Class Extensions"
17 Copyright 2004-6 by Raw Material Software ltd.
19 ==============================================================================
22 //[Headers] You can add your own extra header files here...
27 //[MiscUserDefs] You can add your own user definitions and misc code here...
30 //==============================================================================
31 %%className
%%::%%className
%% (%%constructorParams
%%)
35 //[Constructor] You can add your own custom stuff here..
39 %%className
%%::~%%className
%%()
41 //[Destructor_pre]. You can add your own custom destruction code here..
46 //[Destructor]. You can add your own custom destruction code here..
50 //==============================================================================
53 //[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
57 //==============================================================================
59 /* -- Jucer information section --
61 This is where the Jucer puts all of its metadata, so don't change anything in here!
70 %%staticMemberDefinitions
%%